home *** CD-ROM | disk | FTP | other *** search
- Path: bessel.nando.net!prime
- From: prime <prime@nando.net>
- Newsgroups: comp.sys.amiga.programmer
- Subject: math lib problems--PLEASE HELP
- Date: Sat, 6 Jan 1996 12:16:44 -0500
- Organization: News & Observer Public Access
- Message-ID: <Pine.SUN.3.91.960106120254.28770A-100000@bessel.nando.net>
- NNTP-Posting-Host: bessel.nando.net
- Mime-Version: 1.0
- Content-Type: TEXT/PLAIN; charset=US-ASCII
-
- I've been using Amiga E v3.1i and whenever I use a fp constant, the
- compiler bombs, stating that it can't find 'mathieeesingbas.library'.
-
- I've asked a few people on IRC about this file, and they've never heard
- of it. Any clues?
-
- I DO have mathieeedoubbas.library, mathieeedoubtrans.library,
- mathffp.library, and mathtrans.library (and a friend gave me his
- mathieeesingtrans.library over IRC). Are there any functions that I can
- use to FORCE the compiler to use one of these libraries instead?
-
- I'm only trying to do some equations with pi/etc and i COULD just use
- integer math (by multiplying by 10000 or so (e.g. using 31415 instead of
- 3.1415), doing the math, then scaling back down by dividing by 10000
- again... but this lowers the limit on the values I can use, and it
- greatly reduces accuracy/resolution -- to 4 decimal places)
-
- Btw, yes, I've looked all over my WB disks (v1.3 <-- that might be the
- problem: old WB) and even in the .fd files, to no avail.
-
- Any help would be greatly appreciated, but as I don't check these groups
- very often, I'd rather you email me with your response to:
- prime@nando.net
-
- Thanks for any help you may give me!
- --Allan
-
-